home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / COMMON8 / 00049_Script_done < prev    next >
Encoding:
Text File  |  1998-10-02  |  108 b   |  5 lines

  1. on mouseDown me
  2.   if bounceButton(the clickOn) then
  3.     go to movie the moviePath&"L08Exit"
  4.   end if
  5. end